home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / StarBurn 10.5 / StarBurnSetup.exe / {app} / Wizards / styles / WinXP.Luna.cjstyles / TEXTFILE / EXTRALARGEBLUE_INI next >
Text (UTF-16)  |  2007-03-22  |  129KB  |  2,330 lines

  1. ;------------------------------------------
  2. ; file: Luna\default.ini
  3. ;------------------------------------------
  4.  
  5.  
  6. ;--------- Globals -------------------------
  7. [globals]
  8.  
  9. ; global edge colors (redefined in various parts) 
  10. EdgeLightColor      = 241 239 226
  11. EdgeHighLightColor  = 255 255 255
  12. EdgeShadowColor     = 172 168 153
  13. EdgeDkShadowColor   = 113 111 100 
  14. EdgeFillColor       = 236 233 216
  15.  
  16. ;--------- system metrics -------------------------------
  17. [SysMetrics]
  18. ;The system metric colors also effect non-themed controls.
  19.  
  20. ScrollbarWidth = 21
  21. ScrollbarHeight = 21
  22.  
  23. Window = 255 255 255
  24. MenuBar = 236 233 216
  25. Menu = 255 255 255
  26. Background = 0 78 152
  27. Btnface = 236 233 216
  28. Highlight = 49 106 197
  29.  
  30. ActiveCaption = 0 84 227
  31. CaptionText = 255 255 255
  32. InactiveCaption = 122 150 223
  33. InactiveCaptionText = 216 228 248
  34. GradientActiveCaption = 61 149 255
  35. GradientInactiveCaption = 157 185 235
  36. HighlightText = 255 255 255
  37. MenuHilight = 49 106 197
  38. BtnShadow = 172 168 153
  39. GrayText = 172 168 153
  40. BtnHighlight = 255 255 255
  41. DkShadow3d = 113 111 100
  42. Light3d = 241 239 226
  43.  
  44. ;---- don't remove these fonts (must specify to be localizable) ----
  45. CaptionFont = Trebuchet MS, 17, bold
  46. CaptionBarHeight = 35
  47. SmallCaptionFont = Tahoma, 10, bold
  48. SMCaptionBarHeight = 21
  49. SMCaptionBarWidth = 21
  50. MenuFont = Tahoma, 12
  51. StatusFont = Tahoma, 10
  52. MsgBoxFont = Tahoma, 12
  53. IconTitleFont = Tahoma, 12
  54.  
  55.  
  56. ;The FlatMenus option allows the author to turn of the 3d border on menus
  57. FlatMenus = true
  58.  
  59. ;This may allow authors to specify a theme matching stylesheet for Webviews, etc.
  60. CssName = cpwebvw.css
  61.  
  62. ;This may allow authors to specify a theme matching XML file.
  63. XmlName = default.xml
  64.  
  65. ; this theme designed for 15-bit color and higher
  66. MinColorDepth = 15
  67.  
  68. ;---------- buttons ---------------------------------
  69. ;Overall button class
  70. [button]
  71.  
  72. ;Normal button
  73. [button.pushbutton]
  74. bgtype = imagefile
  75. SizingMargins = 8, 8, 9, 9
  76. sizingType = Stretch
  77. ContentMargins = 3, 3, 3, 3 
  78. ImageFile = Blue\button.bmp
  79. imageCount = 5
  80. ImageLayout = vertical
  81. TextColor = 0 0 0
  82. FillColorHint = 243 243 239; Average fill color (light beige)
  83. BorderColorHint = 0 60 116; Edge color (dark blue grey)
  84. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  85. MinSize= 10, 5
  86.  
  87. ;Makes text for button grey for the disabled state
  88. [button.pushbutton(disabled)]
  89. TextColor = 161 161 146
  90.  
  91. ;Color hint for default state
  92. [button.pushbutton(defaulted)]
  93. AccentColorHint = 157 187 235; Default state hilite color (blue)
  94.  
  95. ;Checkboxes
  96. [button.checkbox]
  97. bgtype = imagefile
  98. imagelayout=vertical
  99. sizingType = TrueSize
  100. SizingMargins = 0, 0, 0, 0
  101. ContentMargins = 0, 0, 0, 0
  102. imageCount = 12
  103. MirrorImage = false
  104. FillColorHint = 33 161 33; Checkmark color (green)
  105. BorderColorHint = 29 82 129; Edge color (dark blue grey)
  106. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  107.  
  108. ;----- Multiple control sizes for different video adapter resolution settings ----
  109. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  110. TrueSizeScalingType = Dpi
  111. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  112. UniformSizing   = true  ; if you must stretch, do width & height equally
  113. ImageFile1=Blue\CheckBox13.bmp
  114. ImageFile2=Blue\CheckBox16.bmp
  115. ImageFile3=Blue\CheckBox25.bmp
  116. MinDpi1=96
  117. MinDpi2=118
  118. MinDpi3=185 
  119.  
  120. ;Checkboxes can be disabled in various states, so each of the following entries sets the text
  121. ;to grey for the corresponding states.
  122. [button.checkbox(checkeddisabled)]
  123. TextColor = 161 161 146
  124.  
  125. [button.checkbox(uncheckeddisabled)]
  126. TextColor = 161 161 146
  127.  
  128. [button.checkbox(mixeddisabled)]
  129. TextColor = 161 161 146
  130.  
  131. ;Radio buttons
  132. [button.radiobutton]
  133. bgtype = imagefile
  134. imagelayout=vertical
  135. transparent=true
  136. sizingType = TrueSize
  137. SizingMargins = 0, 0, 0, 0
  138. ContentMargins = 0, 0, 0, 0
  139. imageCount = 8
  140. FillColorHint = 33 161 33; Selection dot color (green)
  141. BorderColorHint = 29 82 129; Edge color (dark blue grey)
  142. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  143.  
  144. ;----- Multiple control sizes for different video adapter resolution settings ----
  145. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  146. TrueSizeScalingType = Dpi
  147. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  148. UniformSizing   = true  ; if you must stretch, do width & height equally
  149. ImageFile1=Blue\RadioButton13.bmp
  150. ImageFile2=Blue\RadioButton16.bmp
  151. ImageFile3=Blue\RadioButton25.bmp
  152. MinDpi1=96
  153. MinDpi2=118
  154. MinDpi3=185
  155.  
  156. ;Radio buttons can be disabled in various states, so each of the following entries sets the text
  157. ;to grey for the corresponding states.
  158. [button.radiobutton(checkeddisabled)]
  159. TextColor = 161 161 146
  160.  
  161. [button.radiobutton(uncheckeddisabled)]
  162. TextColor = 161 161 146
  163.  
  164. ;The line enclosing a group of controls
  165. [button.groupbox]
  166. TextColor = 0 70 213
  167. bgtype = imagefile
  168. SizingMargins = 4, 4, 4, 4
  169. sizingType = Tile
  170. ImageFile = Blue\GroupBox.bmp
  171. ;BorderOnly means that the area inside the sizing margins is not drawn (so it won't
  172. ;draw on top of the controls it surrounds)
  173. borderOnly = true
  174. transparent = true
  175. BorderColorHint = 208 208 191; Dark beige edge color
  176. NormalSize = 9999, 9999   ; never source size a groupbox (from IE)
  177.  
  178.  
  179. ;----------- combobox --------------------------------
  180. ;Dropdown controls
  181. [Combobox]
  182. ; Globals for the entire control
  183. BgType  = BorderFill
  184. BorderSize  = 1
  185. FillColor   = 255 255 255 
  186. BorderColor = 127 157 185
  187.  
  188. [Combobox(Hot)]
  189. ; Globals when the mouse is over the control
  190. BorderColor = 127 157 185
  191.  
  192.  
  193. [Combobox(Disabled)]
  194. ; Globals when the control is disabled
  195. BorderColor = 201 199 186
  196. FillColor   = 245 244 234
  197.  
  198. ;The down pointing triangle button
  199. [Combobox.DropDownButton]
  200. BgType  = imagefile
  201. imagelayout = vertical
  202. SizingType  = Stretch
  203. ImageFile = Blue\ComboButton.bmp
  204. SizingMargins = 3, 3, 3, 3
  205. ContentMargins = 0, 0, 0, 0
  206. ImageCount  = 4
  207. GlyphType   = ImageGlyph
  208. GlyphImageFile = Blue\ComboButtonGlyph.bmp
  209. GlyphTransparent= true
  210. FillColorHint = 200 214 251; Average fill color (light blue)
  211. BorderColorHint = 255 255 255; Edge color (white)
  212.  
  213. ;----------- edit --------------------------------
  214. [edit]
  215. BgType  = BorderFill
  216. BorderSize  = 1
  217. FillColor   = 255 255 255 
  218. BorderColor = 127 157 185
  219.  
  220. [edit.edittext(Disabled)]
  221. FillColor   = 235 235 228
  222. TextColor   = 161 161 146
  223.  
  224. [edit.edittext(ReadOnly)]
  225. FillColor   = 235 235 228
  226. TextColor   = 0 0 0
  227.  
  228.  
  229. ;----------- listbox --------------------------------
  230. [Listbox]
  231. BgType  = BorderFill
  232. BorderSize  = 1
  233. FillColor   = 255 255 255 
  234. BorderColor = 127 157 185
  235.  
  236.  
  237. ;--------- Scrollbar -------------------------
  238. [ScrollBar]
  239.  
  240. ;The buttons, both horizontal and vertical in one strip
  241. ; Scrollbar Arrow Buttons
  242. [ScrollBar.ArrowBtn]
  243. BgType  = ImageFile
  244. SizingMargins = 5, 5, 5, 5
  245. ContentMargins = 0, 0, 3, 3
  246. SizingType = Stretch
  247. ImageFile = Blue\ScrollArrows.bmp
  248. ImageCount = 16
  249. ImageLayout = Vertical
  250. GlyphType   = ImageGlyph
  251. GlyphTransparent= True
  252. FillColorHint = 200 214 251; Average fill color (light blue)
  253. BorderColorHint = 255 255 255; Edge color (white)
  254.  
  255.  
  256. ;----- the two sizes of scrollbar arrow glyphs ----
  257. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  258. TrueSizeScalingType = size
  259. SourceShrink = True
  260. TrueSizeStretchMark = 150; start stretching when target exceeds source size by 150%
  261. UniformSizing   = true; if you must stretch, do width & height equally
  262. ImageFile1  = Blue\ScrollArrowGlyphsSmall.bmp
  263. ImageFile2  = Blue\ScrollArrowGlyphs.bmp
  264. MinSize1  = 7, 7
  265. MinSize2  = 9, 9 
  266. NormalSize = 7, 10
  267.  
  268. ; Scrollbar Thumb (horizontal)
  269. [Scrollbar.ThumbBtnHorz]
  270. BgType  = ImageFile
  271. SizingMargins = 5, 5, 5, 5
  272. ContentMargins = 4, 4, 0, 0
  273. ImageFile = Blue\ScrollThumbHorizontal.bmp
  274. ImageCount  = 4
  275. ImageLayout = Vertical
  276. FillColorHint = 198 213 253; Average fill color (light blue)
  277. BorderColorHint = 255 255 255; Edge color (white)
  278.  
  279.  
  280. ;A visual element in the middle of the scrollbar thumb
  281. [Scrollbar.GripperHorz]
  282. BgType  = ImageFile
  283. SizingType  = TrueSize
  284. ImageFile = Blue\ScrollThumbGripperHorizontal.BMP
  285. imagelayout = vertical
  286. Transparent = True
  287. ImageCount  = 4
  288.  
  289. ; Scrollbar Thumb (vertical)
  290. [Scrollbar.ThumbBtnVert]
  291. BgType  = ImageFile
  292. SizingMargins = 5, 5, 5, 5
  293. ContentMargins = 0, 0, 4, 4
  294. ImageFile = Blue\ScrollThumbVertical.bmp
  295. ImageCount  = 4
  296. ImageLayout = vertical
  297. FillColorHint = 198 213 253; Average fill color (light blue)
  298. BorderColorHint = 255 255 255; Edge color (white)
  299.  
  300. ;A visual element in the middle of the scrollbar thumb
  301. [Scrollbar.GripperVert]
  302. BgType  = ImageFile
  303. SizingType  = TrueSize
  304. ImageFile = Blue\ScrollThumbGripperVertical.BMP
  305. ImageCount  = 4
  306. Transparent = True
  307. ImageLayout = Vertical
  308.  
  309.  
  310. ; Scrollbar Tracks (horizontal)
  311. [Scrollbar.LowerTrackHorz]
  312. BgType  = imagefile
  313. ImageFile = Blue\ScrollShaftHorizontal.bmp
  314. SizingMargins = 0, 0, 1, 1
  315. ImageCount = 4
  316. ImageLayout = Vertical
  317. FillColorHint = 198 213 253; Average fill color (light blue)
  318.  
  319.  
  320. [Scrollbar.UpperTrackHorz]
  321. BgType  = imagefile
  322. ImageFile = Blue\ScrollShaftHorizontal.bmp
  323. SizingMargins = 0, 0, 1, 1
  324. ImageCount = 4
  325. ImageLayout = Vertical
  326. FillColorHint = 198 213 253; Average fill color (light blue)
  327.  
  328. ; Scrollbar Tracks (vertical)
  329. [Scrollbar.LowerTrackVert]
  330. BgType  = imagefile
  331. ImageFile = Blue\ScrollShaftVertical.bmp
  332. SizingMargins = 1, 1, 0, 0
  333. ImageCount = 4
  334. ImageLayout = Vertical
  335. FillColorHint = 198 213 253; Average fill color (light blue)
  336.  
  337. [Scrollbar.UpperTrackVert]
  338. BgType  = imagefile
  339. ImageFile = Blue\ScrollShaftVertical.bmp
  340. SizingMargins = 1, 1, 0, 0
  341. ImageCount = 4
  342. ImageLayout = Vertical
  343. FillColorHint = 198 213 253; Average fill color (light blue)
  344.  
  345. [ScrollBar.SizeBox]
  346. ImageFile = Blue\ResizeGrip2.bmp
  347. bgtype = imagefile
  348. imageCount = 2
  349. sizingType = trueSize
  350. Transparent = True
  351. TransparentColor = 255 0 0
  352. FillColorHint = 184 180 163; Gripper dot color (dark beige)
  353. VAlign = Bottom
  354.  
  355. ;----------- spin --------------------------------
  356. ;Spin buttons for incrementing values in a field
  357. [spin]
  358. bgtype = imagefile
  359. sizingType = tile
  360. ImageFile = Blue\FieldOutlineBlue.bmp
  361. SizingMargins = 2, 2, 2, 2
  362. imageCount = 1
  363.  
  364. [Spin.Up]
  365. bgtype = imagefile
  366. sizingType = stretch
  367. ImageFile = Blue\SpinButtonBackgroundUp.bmp
  368. SizingMargins = 4, 4, 4, 4
  369. ContentMargins = 0, 0, 0, 0
  370. imageCount = 4
  371. ImageLayout = Vertical
  372. GlyphType   = ImageGlyph
  373. GlyphImageFile = Blue\SpinUpGlyph.bmp
  374. GlyphTransparent= True
  375. FillColorHint = 200 214 251; Average fill color (light blue)
  376. BorderColorHint = 255 255 255; Edge color (white)
  377.  
  378. [Spin.Down]
  379. bgtype = imagefile
  380. sizingType = tile
  381. ImageFile = Blue\SpinButtonBackgroundDown.bmp
  382. SizingMargins = 4, 4, 4, 4
  383. ContentMargins = 0, 0, 0, 0
  384. imageCount = 4
  385. ImageLayout = Vertical
  386. GlyphType   = ImageGlyph
  387. GlyphImageFile = Blue\SpinDownGlyph.bmp
  388. GlyphTransparent= True
  389. FillColorHint = 200 214 251; Average fill color (light blue)
  390. BorderColorHint = 255 255 255; Edge color (white)
  391.  
  392. [Spin.Uphorz]
  393. bgtype = imagefile
  394. sizingType = stretch
  395. ImageFile = Blue\SpinButtonBackgroundRight.bmp
  396. SizingMargins = 4, 4, 4, 4
  397. ContentMargins = 0, 0, 0, 0
  398. imageCount = 4
  399. ImageLayout = Vertical
  400. GlyphType   = ImageGlyph
  401. GlyphImageFile = Blue\SpinRightGlyph.bmp
  402. GlyphTransparent = True
  403. FillColorHint = 200 214 251; Average fill color (light blue)
  404. BorderColorHint = 255 255 255; Edge color (white)
  405.  
  406. [Spin.Downhorz]
  407. bgtype = imagefile
  408. sizingType = Stretch
  409. ImageFile = Blue\SpinButtonBackgroundLeft.bmp
  410. SizingMargins = 4, 4, 4, 4
  411. ContentMargins = 0, 0, 0, 0
  412. imageCount = 4
  413. ImageLayout = Vertical
  414. GlyphType   = ImageGlyph
  415. GlyphImageFile = Blue\SpinLeftGlyph.bmp
  416. GlyphTransparent = True
  417. FillColorHint = 200 214 251; Average fill color (light blue)
  418. BorderColorHint = 255 255 255; Edge color (white)
  419.  
  420. ;----------- rebar --------------------------------
  421. ;Rebar is a container for toolbars
  422.  
  423. [Rebar]
  424. bgtype =imagefile
  425. sizingtype=stretch
  426. ImageFile = Blue\ToolbarBackground.bmp
  427. sizingmargins= 0, 0, 0, 4
  428. Font                = Tahoma, 12
  429. TextColor           = 127 124 115
  430. FillColorHint = 241 243 239; Background color of toolbars (light beige)
  431.  
  432. [Rebar.Band]
  433. bgtype = none
  434. ContentMargins    = 2, 0, 0, 0
  435. EdgeShadowColor = 216 210 189
  436.  
  437. [Rebar.Gripper]
  438. bgtype = imagefile
  439. SizingMargins   = 2, 1, 4, 2 
  440. ContentMargins    = 2, 1, 0, 0
  441. ImageFile = Blue\ToolbarGripper.bmp
  442. sizingType     = Tile
  443. Transparent     = true
  444. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  445.  
  446. [Rebar.GripperVert]
  447. bgtype = imagefile
  448. SizingMargins = 3, 3, 2, 1
  449. ContentMargins    = 1, 2, 0, 0
  450. ImageFile = Blue\ToolbarGripperVert.bmp
  451. sizingType = Tile
  452. Transparent = true
  453. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  454.  
  455. [Rebar.Chevron]
  456. SizingMargins = 4, 4, 4, 4
  457. ContentMargins = 0, 0, 0, 0
  458. ImageFile = Blue\ToolbarButtons.bmp
  459. bgtype = imagefile
  460. imagelayout = vertical
  461. imageCount= 6
  462. sizingType= Stretch
  463. Transparent = true
  464. GlyphType   = ImageGlyph
  465. GlyphImageFile = Blue\Chevron.bmp
  466. GlyphTransparent= true
  467. VAlign = Top
  468. FillColorHint = 0 0 0; Glyph color (black)
  469.  
  470. [Rebar.ChevronVert]
  471. SizingMargins = 4, 4, 4, 4
  472. ContentMargins = 0, 0, 0, 0
  473. ImageFile = Blue\ToolbarButtons.bmp
  474. bgtype = imagefile
  475. imagelayout = vertical
  476. imageCount= 6
  477. sizingType= Stretch
  478. Transparent = true
  479. GlyphType   = ImageGlyph
  480. GlyphImageFile = Blue\Chevron.bmp
  481. GlyphTransparent= true
  482. VAlign = Top
  483. FillColorHint = 0 0 0; Glyph color (black)
  484.  
  485. ;----------- toolbar--------------------------------
  486. ;Button bars and menu bars in some applicatons
  487.  
  488. [Toolbar]
  489. BgType  = Borderfill
  490. Bordersize  = 0
  491. FillColor   = 236 233 216
  492. TextColor   = 0 0 0
  493.  
  494. [Toolbar(Pressed)]
  495. TextColor= 255 255 255
  496.  
  497. [Toolbar.Button]
  498. SizingMargins = 4, 4, 4, 4
  499. ContentMargins = 0, 0, 0, 0
  500. ImageFile = Blue\ToolbarButtons.bmp
  501. bgtype = imagefile
  502. imagelayout = vertical
  503. imageCount = 6
  504. sizingType = Stretch
  505. Transparent = true
  506. TransparentColor = 255 0 255
  507. FillColorHint = 241 243 239; Average fill color (light beige)
  508. BorderColorHint = 206 206 195; Edge color (dark beige)
  509.  
  510. [Toolbar.Separator]
  511. SizingMargins = 5, 2, 2, 1
  512. ImageFile = Blue\Separator.bmp
  513. bgtype = imagefile
  514. imageCount = 1
  515. sizingType = tile
  516. Transparent = true
  517. TransparentColor = 255 0 0
  518. FillColorHint = 202 198 175; Darker separator color (medium beige)
  519.  
  520. [Toolbar.SeparatorVert]
  521. SizingMargins = 2, 1, 5, 1
  522. ImageFile = Blue\SeparatorVert.bmp
  523. bgtype = imagefile
  524. imageCount = 1
  525. sizingType = tile
  526. Transparent = true
  527. TransparentColor = 255 0 0
  528. FillColorHint = 202 198 175; Darker separator color (medium beige)
  529.  
  530.  
  531. [Toolbar.DropdownButton]
  532. SizingMargins = 4, 4, 4, 4
  533. ContentMargins = 0, 0, 0, 0
  534. ImageFile = Blue\ToolbarButtons.bmp
  535. bgtype = imagefile
  536. imagelayout = vertical
  537. imageCount = 6
  538. sizingType = Stretch
  539. Transparent = true
  540. TransparentColor = 255 0 255
  541. FillColorHint = 241 243 239; Average fill color (light beige)
  542. BorderColorHint = 206 206 195; Edge color (dark beige)
  543.  
  544. [Toolbar.SplitButton]
  545. SizingMargins = 4, 2, 4, 4
  546. ImageFile = Blue\ToolbarButtonsSplit.bmp
  547. bgtype = imagefile
  548. imagelayout = vertical
  549. imageCount = 6
  550. sizingType = Stretch
  551. Transparent = true
  552. TransparentColor = 255 0 255
  553. FillColorHint = 241 243 239; Average fill color (light beige)
  554. BorderColorHint = 206 206 195; Edge color (dark beige)
  555.  
  556. [Toolbar.SplitButtonDropdown]
  557. SizingMargins = 2, 4, 4, 4
  558. ImageFile = Blue\ToolbarButtonsSplitDropdown.bmp
  559. bgtype = imagefile
  560. imagelayout = vertical
  561. imageCount = 6
  562. sizingType = Stretch
  563. Transparent = true
  564. TransparentColor = 255 0 255
  565. GlyphType   = ImageGlyph
  566. GlyphImageFile = Blue\ToolbarButtonsSplitDropdownGlyph.bmp
  567. GlyphTransparent= true
  568. FillColorHint = 241 243 239; Average fill color (light beige)
  569. BorderColorHint = 206 206 195; Edge color (dark beige)
  570.  
  571.  
  572. ;----------- status--------------------------------
  573. ;The area at the bottom of a window containing miscellaneous status info
  574. ;The first is the container for the status sections
  575. [Status]
  576. SizingMargins = 50, 17, 5, 9
  577. ImageFile = Blue\StatusBackground.bmp
  578. bgtype = imagefile
  579. imageCount = 1
  580. sizingType = Tile
  581. FillColorHint = 236 233 216; Average fill color (beige)
  582.  
  583. ;The individual status item backgrounds
  584. [Status.Pane]
  585. SizingMargins = 0, 2, 2, 2
  586. ImageFile = Blue\StatusPane.bmp
  587. bgtype = imagefile
  588. imageCount = 1
  589. sizingType = Tile
  590. Transparent = True
  591. TransparentColor = 255 0 0 
  592.  
  593. ;The individual status item backgrounds
  594. [Status.GripperPane]
  595. bgtype = none
  596.  
  597. ;The resize corner
  598. [Status.Gripper]
  599. ContentMargins=0,0,0,0
  600. ImageFile = Blue\ResizeGrip2.bmp
  601. bgtype = imagefile
  602. imageCount = 2
  603. sizingType = trueSize
  604. Transparent = True
  605. TransparentColor = 255 0 0 
  606. FillColorHint = 184 180 163; Resize gripper dots (dark beige)
  607. VAlign = Bottom
  608.  
  609.  
  610. ;----------- list view --------------------------------
  611. ;Icon, list, details, etc.
  612.  
  613. [ListView]
  614. BgType  = BorderFill
  615. BorderSize  = 1
  616. FillColor   = 255 255 255 
  617. BorderColor = 127 157 185
  618.  
  619.  
  620. ;----------- Tree view --------------------------------
  621.  
  622. [TreeView]
  623. BgType  = BorderFill
  624. BorderSize  = 1
  625. FillColor   = 255 255 255 
  626. BorderColor = 127 157 185
  627.  
  628. [TreeView.Glyph]
  629. bgtype = imagefile
  630. SizingType = TrueSize
  631. imagecount = 2
  632. imageLayout=vertical
  633. ;----- Multiple control sizes for different video adapter resolution settings ----
  634. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  635. TrueSizeScalingType = Dpi
  636. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  637. UniformSizing   = true  ; if you must stretch, do width & height equally
  638. ImageFile1=Blue\treeExpandCollapse.bmp
  639. ImageFile2=Blue\treeExpandCollapse10.bmp
  640. ImageFile3=Blue\treeExpandCollapse15.bmp
  641. MinDpi1=96
  642. MinDpi2=133
  643. MinDpi3=150 
  644.  
  645.  
  646. ;----------- header --------------------------------
  647. ;The area at the top of a list, with clickable headers for sort order
  648.  
  649. [Header]
  650. bgtype = imagefile
  651. SizingMargins = 0, 0, 0, 3
  652. ImageFile = Blue\ListviewHeaderBackground.bmp
  653. sizingType = tile
  654.  
  655. [Header.HeaderItem]
  656. bgtype = imagefile
  657. SizingMargins = 8, 8, 3, 4
  658. ContentMargins = 3, 0, 0, 0
  659. ImageFile = Blue\ListViewHeader.bmp
  660. imageCount=5
  661. imageLayout=vertical
  662. sizingType = tile
  663. transparent=true
  664. transparentcolor=255 0 0
  665. FillColorHint = 250 248 243; Average fill color (light beige)
  666. AccentColorHint = 252 194 71; Rollover hilite color (orange)
  667.  
  668.  
  669. ;----------- progress --------------------------------
  670. ;Progress bars
  671.  
  672. [Progress]
  673. ProgressChunkSize=6
  674. ProgressSpaceSize=2
  675. bgType = borderFill
  676. fillType = Solid
  677. fillColor = 46 211 49
  678. bordersize = 1
  679. borderColor = 235 235 228
  680.  
  681. [Progress.Bar]
  682. bgtype = imagefile
  683. ImageFile = Blue\ProgressTrack.bmp
  684. MinSize=10,10
  685. sizingMargins = 4, 4, 3, 3
  686. SizingType = tile
  687. FillColorHint = 255 255 255; Background color (white)
  688. BorderColorHint = 104 104 104; Edge color (dark grey)
  689. NormalSize = 100, 18
  690. SourceShrink = true
  691.  
  692. [Progress.Chunk]
  693. bgtype = imagefile
  694. ImageFile = Blue\ProgressChunk.bmp
  695. sizingMargins = 0, 0, 6, 5
  696. SizingType = tile
  697. FillColorHint = 46 211 49; Progress indicator color (green)
  698.  
  699. [Progress.BarVert]
  700. bgtype = imagefile
  701. ImageFile = Blue\ProgressTrackVert.bmp
  702. sizingMargins = 3, 3, 4, 4
  703. SizingType = tile
  704. FillColorHint = 255 255 255; Background color (white)
  705. BorderColorHint = 104 104 104; Edge color (dark grey)
  706.  
  707. [Progress.ChunkVert]
  708. bgtype = imagefile
  709. ImageFile = Blue\ProgressChunkVert.bmp
  710. sizingMargins = 6, 5, 0, 0
  711. SizingType = tile
  712. FillColorHint = 46 211 49; Progress indicator color (green)
  713.  
  714.  
  715. ;----------- tab --------------------------------
  716. [Tab]
  717. bgType = borderFill
  718. fillType = Solid
  719. fillColor = 236 233 216
  720. bordersize = 0
  721.  
  722. ;The whole content area of a tab page
  723. [Tab.Pane]
  724. bgtype = imagefile
  725. ImageFile = Blue\TabPaneEdge.bmp
  726. sizingMargins = 2, 4, 2, 4
  727. SizingType = stretch
  728. imagecount = 1
  729. FillColorHint = 251 251 253; Light tab background color (very light beige)
  730. BorderColorHint = 145 155 156; Edge color (dark grey)
  731.  
  732. [Tab.TabItem]
  733. SizingMargins = 6, 6, 6, 6
  734. ContentMargins = 0, 0, 0, 0
  735. bgtype=imagefile
  736. ImageFile = Blue\tabItem.bmp
  737. imagecount=5
  738. imagelayout=vertical
  739. FillColorHint = 248 248 246; Tab average color (light beige)
  740. BorderColorHint = 145 167 180; Edge color (blue grey)
  741. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  742.  
  743.  
  744. [Tab.TabItemLeftEdge]
  745. SizingMargins = 6, 6, 6, 6
  746. ContentMargins = 0, 0, 0, 0
  747. bgtype=imagefile
  748. ImageFile = Blue\tabItemLeft.bmp
  749. imagecount=5
  750. imagelayout=vertical
  751. FillColorHint = 248 248 246; Tab average color (light beige)
  752. BorderColorHint = 145 167 180; Edge color (blue grey)
  753. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  754.  
  755.  
  756. [Tab.TabItemRightEdge]
  757. SizingMargins = 6, 6, 6, 6
  758. ContentMargins = 0, 0, 0, 0
  759. bgtype=imagefile
  760. ImageFile = Blue\tabItemRight.bmp
  761. imagecount=5
  762. imagelayout=vertical
  763. FillColorHint = 248 248 246; Tab average color (light beige)
  764. BorderColorHint = 145 167 180; Edge color (blue grey)
  765. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  766.  
  767.  
  768. [Tab.TabItemBothEdge]
  769. SizingMargins = 6, 6, 6, 6
  770. ContentMargins = 0, 0, 0, 0
  771. bgtype=imagefile
  772. ImageFile = Blue\tabItemBoth.bmp
  773. imagecount=5
  774. imagelayout=vertical
  775. FillColorHint = 248 248 246; Tab average color (light beige)
  776. BorderColorHint = 145 167 180; Edge color (blue grey)
  777. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  778.  
  779.  
  780. [Tab.TopTabItem]
  781. SizingMargins = 6, 6, 6, 6
  782. ContentMargins = 0, 0, 0, 0
  783. bgtype=imagefile
  784. ImageFile = Blue\tabItemTop.bmp
  785. imagecount=5
  786. imagelayout=vertical
  787. FillColorHint = 248 248 246; Tab average color (light beige)
  788. BorderColorHint = 145 167 180; Edge color (blue grey)
  789. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  790.  
  791.  
  792. [Tab.TopTabItemLeftEdge]
  793. SizingMargins = 6, 6, 6, 6
  794. ContentMargins = 0, 0, 0, 0
  795. bgtype=imagefile
  796. ImageFile = Blue\tabItemTopLeft.bmp
  797. imagecount=5
  798. imagelayout=vertical
  799. FillColorHint = 248 248 246; Tab average color (light beige)
  800. BorderColorHint = 145 167 180; Edge color (blue grey)
  801. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  802.  
  803.  
  804. [Tab.TopTabItemRightEdge]
  805. SizingMargins = 6, 6, 6, 6
  806. ContentMargins = 0, 0, 0, 0
  807. bgtype=imagefile
  808. ImageFile = Blue\tabItemTopRight.bmp
  809. imagecount=5
  810. imagelayout=vertical
  811. FillColorHint = 248 248 246; Tab average color (light beige)
  812. BorderColorHint = 145 167 180; Edge color (blue grey)
  813. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  814.  
  815.  
  816. [Tab.TopTabItemBothEdge]
  817. SizingMargins = 6, 6, 6, 6
  818. ContentMargins = 0, 0, 0, 0
  819. bgtype=imagefile
  820. ImageFile = Blue\tabItemTopBoth.bmp
  821. imagecount=5
  822. imagelayout=vertical
  823. FillColorHint = 248 248 246; Tab average color (light beige)
  824. BorderColorHint = 145 167 180; Edge color (blue grey)
  825. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  826.  
  827.  
  828. [Tab.Body]
  829. bgtype = imagefile
  830. stockImageFile = Blue\TabBackground.bmp
  831. FillColorHint = 251 251 253; Light tab background color (very light beige)
  832.  
  833. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  834. TrueSizeScalingType = Dpi
  835. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  836. ImageFile1=Blue\TabBackground.bmp
  837. ImageFile2=Blue\TabBackground133.bmp
  838. MinDpi1=96
  839. MinDpi2=164
  840.  
  841. ;----------- trackbar --------------------------------
  842. ;Volume sliders, etc.
  843. [TrackBar]
  844. bgType = borderFill
  845. fillType = Solid
  846. fillColor = 235 235 228
  847. bordersize = 1
  848. borderColor = 235 235 228
  849.  
  850. ;The movable part of a horizontal slider (TBS_BOTH style)
  851. [TrackBar.Thumb]
  852. bgtype=imagefile
  853. ImageFile = Blue\TrackbarHorizontal.bmp
  854. imagecount=5
  855. imagelayout = vertical
  856. SizingMargins = 3, 4, 3, 4
  857. sizingtype = tile
  858. FillColorHint = 243 243 239; Average background color (light beige)
  859. BorderColorHint = 181 196 205; Edge color (blue grey)
  860. AccentColorHint = 71 196 70; Rollover color (green)
  861.  
  862. ;The movable part of a horizontal slider (TBS_TOP style)
  863. [TrackBar.ThumbTop]
  864. bgtype=imagefile
  865. imagecount=5
  866. imagelayout = vertical
  867. transparent=true
  868. sizingtype = truesize
  869. transparentcolor= 242 241 231
  870. FillColorHint = 243 243 239; Average background color (light beige)
  871. BorderColorHint = 181 196 205; Edge color (blue grey)
  872. AccentColorHint = 71 196 70; Rollover color (green)
  873.  
  874.  
  875. ;----- the three sizes ----
  876. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  877. TrueSizeScalingType = Dpi
  878. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  879. UniformSizing   = true  ; if you must stretch, do width & height equally
  880. ImageFile1=Blue\TrackBarUp13.bmp
  881. ImageFile2=Blue\TrackBarUp16.bmp
  882. ImageFile3=Blue\TrackBarUp25.bmp
  883. MinDpi1=96
  884. MinDpi2=118
  885. MinDpi3=185
  886.  
  887.  
  888. ;The movable part of a horizontal slider (TBS_BOTTOM style)
  889. [TrackBar.ThumbBottom]
  890. bgtype=imagefile
  891. imagecount=5
  892. transparent=true
  893. SizingMargins = 3, 6, 6, 10
  894. sizingtype = truesize
  895. transparentcolor= 242 241 231
  896. ImageLayout = vertical
  897. FillColorHint = 243 243 239; Average background color (light beige)
  898. BorderColorHint = 181 196 205; Edge color (blue grey)
  899. AccentColorHint = 71 196 70; Rollover color (green)
  900.  
  901.  
  902. ;----- the three sizes ----
  903. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  904. TrueSizeScalingType = Dpi
  905. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  906. UniformSizing   = true  ; if you must stretch, do width & height equally
  907. ImageFile1=Blue\TrackBarDown13.bmp
  908. ImageFile2=Blue\TrackBarDown16.bmp
  909. ImageFile3=Blue\TrackBarDown25.bmp
  910. MinDpi1=96
  911. MinDpi2=118
  912. MinDpi3=185
  913.  
  914. ;The movable part of a vertical slider (TBS_BOTH style)
  915. [TrackBar.ThumbVert]
  916. bgtype=imagefile
  917. ImageFile = Blue\TrackbarVertical.bmp
  918. SizingMargins = 3, 4, 3, 4
  919. sizingtype = tile
  920. imagecount=5
  921. ImageLayout = vertical
  922. FillColorHint = 243 243 239; Average background color (light beige)
  923. BorderColorHint = 181 196 205; Edge color (blue grey)
  924. AccentColorHint = 71 196 70; Rollover color (green)
  925.  
  926.  
  927. ;The movable part of a vertical slider (TBS_LEFT style)
  928. [TrackBar.ThumbLeft]
  929. bgtype=imagefile
  930. sizingtype = truesize
  931. imagecount=5
  932. transparent=true
  933. transparentcolor= 242 241 231
  934. ImageLayout = vertical
  935. FillColorHint = 243 243 239; Average background color (light beige)
  936. BorderColorHint = 181 196 205; Edge color (blue grey)
  937. AccentColorHint = 71 196 70; Rollover color (green)
  938.  
  939. ;----- the three sizes ----
  940. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  941. TrueSizeScalingType = Dpi
  942. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  943. UniformSizing   = true  ; if you must stretch, do width & height equally
  944. ImageFile1=Blue\TrackBarLeft13.bmp
  945. ImageFile2=Blue\TrackBarLeft16.bmp
  946. ImageFile3=Blue\TrackBarLeft25.bmp
  947. MinDpi1=96
  948. MinDpi2=118
  949. MinDpi3=185
  950.  
  951. ;The movable part of a vertical slider (TBS_RIGHT style)
  952. [TrackBar.ThumbRight]
  953. bgtype=imagefile
  954. ImageFile = Blue\TrackbarRight13.bmp
  955. sizingtype = truesize
  956. imagecount=5
  957. transparent=true
  958. transparentcolor= 242 241 231
  959. ImageLayout = vertical
  960. FillColorHint = 243 243 239; Average background color (light beige)
  961. BorderColorHint = 181 196 205; Edge color (blue grey)
  962. AccentColorHint = 71 196 70; Rollover color (green)
  963.  
  964.  
  965. ;----- the three sizes ----
  966. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  967. TrueSizeScalingType = Dpi
  968. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  969. UniformSizing   = true  ; if you must stretch, do width & height equally
  970. ImageFile1=Blue\TrackBarRight13.bmp
  971. ImageFile2=Blue\TrackBarRight16.bmp
  972. ImageFile3=Blue\TrackBarRight25.bmp
  973. MinDpi1=96
  974. MinDpi2=118
  975. MinDpi3=185
  976.  
  977. ;The track along which a slidermoves
  978. [TrackBar.Track]
  979. bgtype=imagefile
  980. ImageFile = Blue\sliderTrack.bmp
  981. imagecount=1
  982. sizingtype = stretch
  983. SizingMargins = 2, 2, 2, 2
  984. FillColorHint = 242 241 233
  985. BorderColorHint = 157 156 153
  986.  
  987. ;The vertical track along which a slider moves
  988. [TrackBar.TrackVert]
  989. bgtype=imagefile
  990. ImageFile = Blue\sliderTrack.bmp
  991. imagecount=1
  992. sizingtype = stretch
  993. SizingMargins = 2, 2, 2, 2
  994. FillColorHint = 242 241 233; Background color (light beige)
  995. BorderColorHint = 157 156 153; Edge color (dark grey)
  996.  
  997. ;Set the color of the tickmarks drawn for the slider
  998. [TrackBar.Tics]
  999. color=161 161 146
  1000.  
  1001. ;Set the color of the tickmarks drawn for the vertical slider
  1002. [TrackBar.TicsVert]
  1003. color=161 161 146
  1004.  
  1005.  
  1006.  
  1007.  
  1008. ;----------- tooltip --------------------------------
  1009. ;Set the color or image background for tooltips
  1010. [Tooltip.Close]
  1011. BgType = ImageFile
  1012. ImageFile = Blue\BalloonClose.bmp
  1013. imagecount=3
  1014. sizingtype = truesize
  1015. Imagelayout = vertical
  1016.  
  1017.  
  1018.  
  1019. ;-------------- Windows ------------------------
  1020. [Window]
  1021. BgType = ImageFile
  1022. Transparent = true
  1023. TextShadowOffset = 1,1
  1024. TextShadowColor = 10 24 131
  1025.  
  1026. [Window.Caption]
  1027. ImageFile = Blue\FrameCaption.bmp
  1028. SizingMargins = 28, 35, 9, 17
  1029. ContentMargins = 1, 1, 1, 1
  1030. CaptionMargins = 4, 3, 0, 0
  1031. SizingType = stretch
  1032. Imagelayout = vertical
  1033. ImageCount=2
  1034. Transparent = True
  1035. FillColorHint = 0 84 229; Average background color (strong blue)
  1036.  
  1037. [Window.Caption(active)]
  1038. TextShadowType = Single
  1039.  
  1040. [Window.CaptionSizingTemplate]
  1041. ImageFile = Blue\FrameCaptionSizing.bmp
  1042. SizingMargins = 28, 35, 9, 17
  1043. ContentMargins = 18, 18, 26, 0
  1044. SizingType = tile
  1045. Imagelayout = vertical
  1046. ImageCount=2
  1047. Transparent = True
  1048. TransparentColor = 0 0 0
  1049.  
  1050. [Window.SmallCaption]
  1051. ImageFile = Blue\SmallFrameCaption.bmp
  1052. SizingMargins = 24, 37, 9, 8
  1053. ContentMargins = 1, 1, 1, 1
  1054. SizingType = tile
  1055. Imagelayout = vertical
  1056. ImageCount=2
  1057. FillColorHint = 0 84 229; Average background color (strong blue)
  1058.  
  1059. [Window.SmallCaptionSizingTemplate]
  1060. ImageFile = Blue\SmallFrameCaptionSizing.bmp
  1061. SizingMargins = 24, 37, 9, 8
  1062. ContentMargins = 14, 14, 16, 0
  1063. SizingType = tile
  1064. Imagelayout = vertical
  1065. ImageCount=2
  1066. Transparent = True
  1067. TransparentColor = 0 0 0
  1068.  
  1069. ;The representation of a minimized window in and MDI application
  1070. [Window.MinCaption]
  1071. ImageFile = Blue\FrameCaptionMin.bmp
  1072. ImageCount = 2
  1073. ImageLayout = vertical
  1074. SizingType = stretch
  1075. SizingMargins = 23, 26, 12, 8
  1076. ContentMargins = 3, 3, 0, 3
  1077. CaptionMargins = 4, 3, 0, 0
  1078. FillColorHint = 0 84 229; Average background color (strong blue)
  1079.  
  1080. ;Shows as a strip at the top of a window when an application is maximized, rather than as a frame
  1081. ;surrounding the window
  1082. [Window.MaxCaption]
  1083. ImageFile = Blue\FrameMaximized.bmp
  1084. SizingMargins = 28, 35, 9, 17
  1085. ContentMargins = 1, 1, 1, 1
  1086. SizingType = stretch
  1087. SizingType = Tile
  1088. Imagelayout = vertical
  1089. ImageCount=2
  1090. CaptionMargins = 4, 3, 4, 2 
  1091. ContentAlignment = left
  1092. FillColorHint = 0 84 229; Average background color (strong blue)
  1093.  
  1094. [Window.MaxCaption(Active)]
  1095. TextShadowType = Single
  1096.  
  1097. [Window.FrameLeft]
  1098. ImageFile = Blue\frameLeft.bmp
  1099. SizingMargins = 2, 2, 0, 0
  1100. SizingType = stretch
  1101. ImageLayout = vertical
  1102. ImageCount = 2
  1103. Transparent = FALSE
  1104. Borderonly = FALSE
  1105.  
  1106. [Window.FrameRight]
  1107. ImageFile = Blue\frameRight.bmp
  1108. SizingMargins = 2, 2, 0, 0
  1109. SizingType = stretch
  1110. ImageLayout = vertical
  1111. ImageCount = 2
  1112. Transparent = FALSE
  1113. Borderonly = FALSE
  1114.  
  1115. [Window.FrameBottom]
  1116. ImageFile = Blue\frameBottom.bmp
  1117. SizingMargins = 5, 5, 2, 2
  1118. SizingType = stretch
  1119. ImageLayout = vertical
  1120. ImageCount = 2
  1121. Transparent = FALSE
  1122. Borderonly = FALSE
  1123.  
  1124. [Window.SmallFrameLeft]
  1125. ImageFile = Blue\frameLeft.bmp
  1126. SizingMargins = 2, 2, 0, 0
  1127. SizingType = stretch
  1128. ImageLayout = vertical
  1129. ImageCount = 2
  1130. Transparent = FALSE
  1131. Borderonly = FALSE
  1132.  
  1133. [Window.SmallFrameRight]
  1134. ImageFile = Blue\frameRight.bmp
  1135. SizingMargins = 2, 2, 0, 0
  1136. SizingType = stretch
  1137. ImageLayout = vertical
  1138. ImageCount = 2
  1139. Transparent = FALSE
  1140. Borderonly = FALSE
  1141.  
  1142. [Window.SmallFrameBottom]
  1143. ImageFile = Blue\frameBottom.bmp
  1144. SizingMargins = 5, 5, 2, 2
  1145. SizingType = stretch
  1146. ImageLayout = vertical
  1147. ImageCount = 2
  1148. Transparent = FALSE
  1149. Borderonly = FALSE
  1150.  
  1151.  
  1152. ;Background for dialog boxes
  1153.  
  1154. [Window.dialog]
  1155. bgType = BorderFill
  1156. FillColor = 236 233 216
  1157. BorderColor = 236 233 216
  1158.  
  1159.  
  1160. ;Close button in Window titlebar
  1161. [Window.CloseButton]
  1162. BgType = ImageFile
  1163. SizingMargins = 5, 5, 5, 5
  1164. ContentMargins = 2, 2, 2, 2
  1165. sizingType = Stretch
  1166. ImageFile = Blue\CloseButton.bmp
  1167. GlyphType   = ImageGlyph
  1168. GlyphTransparent = True
  1169. ImageCount = 8
  1170. ImageLayout = Vertical
  1171. OffsetType = TopRight
  1172. Offset = -25, 5
  1173. FillColorHint = 228 93 61; Close box average color (brick red)
  1174. BorderColorHint = 255 255 255; Edge color (white)
  1175.  
  1176. ;----- glyphs ----
  1177. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1178. UniformSizing   = true  ; if you must stretch, do width & height equally
  1179. ImageFile1=Blue\CloseGlyph6.bmp
  1180. ImageFile2=Blue\CloseGlyph9.bmp
  1181. ImageFile3=Blue\CloseGlyph.bmp
  1182. ImageFile4=Blue\CloseGlyph19.bmp
  1183. ImageFile5=Blue\CloseGlyph23.bmp
  1184. MinDpi1=96
  1185. MinDpi2=126
  1186. MinDpi3=170
  1187.  
  1188.  
  1189. ;Maximize button in window titlebar
  1190. [Window.MaxButton]
  1191. BgType = ImageFile
  1192. SizingMargins = 5, 5, 5, 5
  1193. ContentMargins = 2, 2, 2, 2
  1194. sizingType = Stretch
  1195. ImageFile = Blue\CaptionButton.bmp
  1196. GlyphType   = ImageGlyph
  1197. GlyphTransparent = True
  1198. ImageCount = 8
  1199. ImageLayout=Vertical
  1200. OffsetType = TopRight
  1201. Offset = -49, 5
  1202. FillColorHint = 74 121 246; Titlebar button color (blue)
  1203. BorderColorHint = 255 255 255; Edge color (white)
  1204.  
  1205. ;----- glyphs ----
  1206. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1207. UniformSizing   = true  ; if you must stretch, do width & height equally
  1208. ImageFile1=Blue\MaximizeGlyph6.bmp
  1209. ImageFile2=Blue\MaximizeGlyph9.bmp
  1210. ImageFile3=Blue\MaximizeGlyph.bmp
  1211. ImageFile4=Blue\MaximizeGlyph19.bmp
  1212. ImageFile5=Blue\MaximizeGlyph23.bmp
  1213. MinDpi1=96
  1214. MinDpi2=126
  1215. MinDpi3=170
  1216.  
  1217.  
  1218. ;Restore button in window titlebar
  1219. [Window.RestoreButton]
  1220. BgType = ImageFile
  1221. SizingMargins = 5, 5, 5, 5
  1222. ContentMargins = 2, 2, 2, 2
  1223. sizingType = Stretch
  1224. ImageFile = Blue\CaptionButton.bmp
  1225. GlyphType   = ImageGlyph
  1226. GlyphTransparent = True
  1227. ImageCount = 8
  1228. ImageLayout=Vertical
  1229. OffsetType = TopRight
  1230. Offset = -49, 5
  1231. FillColorHint = 74 121 246; Titlebar button color (blue)
  1232. BorderColorHint = 255 255 255; Edge color (white)
  1233.  
  1234. ;----- glyphs ----
  1235. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1236. UniformSizing   = true  ; if you must stretch, do width & height equally
  1237. ImageFile1=Blue\RestoreGlyph6.bmp
  1238. ImageFile2=Blue\RestoreGlyph9.bmp
  1239. ImageFile3=Blue\RestoreGlyph.bmp
  1240. ImageFile4=Blue\RestoreGlyph19.bmp
  1241. ImageFile5=Blue\RestoreGlyph23.bmp
  1242. MinDpi1=96
  1243. MinDpi2=126
  1244. MinDpi3=170
  1245.  
  1246.  
  1247. ;Minimize button in window titlebar
  1248. [Window.MinButton]
  1249. BgType = ImageFile
  1250. SizingMargins = 5, 5, 5, 5
  1251. ContentMargins = 2, 2, 2, 2
  1252. sizingType = Stretch
  1253. ImageFile = Blue\CaptionButton.bmp
  1254. GlyphType   = ImageGlyph
  1255. GlyphTransparent = True
  1256. ImageCount = 8
  1257. ImageLayout=Vertical
  1258. OffsetType = TopRight
  1259. Offset = -73, 5
  1260. FillColorHint = 74 121 246; Titlebar button color (blue)
  1261. BorderColorHint = 255 255 255; Edge color (white)
  1262.  
  1263. ;----- glyphs ----
  1264. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1265. UniformSizing   = true  ; if you must stretch, do width & height equally
  1266. ImageFile1=Blue\MinimizeGlyph6.bmp
  1267. ImageFile2=Blue\MinimizeGlyph9.bmp
  1268. ImageFile3=Blue\MinimizeGlyph.bmp
  1269. ImageFile4=Blue\MinimizeGlyph19.bmp
  1270. ImageFile5=Blue\MinimizeGlyph23.bmp
  1271. MinDpi1=96
  1272. MinDpi2=126
  1273. MinDpi3=170
  1274.  
  1275. ;Help button in window titlebar--normally only appears on dialog windows
  1276. [Window.HelpButton]
  1277. BgType = ImageFile
  1278. SizingMargins = 5, 5, 5, 5
  1279. ContentMargins = 2, 2, 2, 2
  1280. sizingType = Stretch
  1281. ImageFile = Blue\CaptionButton.bmp
  1282. GlyphType   = ImageGlyph
  1283. GlyphTransparent = True
  1284. ImageCount = 8
  1285. ImageLayout=Vertical
  1286. OffsetType = TopRight
  1287. Offset = -73, 5
  1288. MirrorImage = true  ; don't remove this (must specify to be localizable)
  1289. FillColorHint = 74 121 246; Titlebar button color (blue)
  1290. BorderColorHint = 255 255 255; Edge color (white)
  1291.  
  1292. ;----- glyphs ----
  1293. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1294. UniformSizing   = true  ; if you must stretch, do width & height equally
  1295. ImageFile1=Blue\HelpGlyph6.bmp
  1296. ImageFile2=Blue\HelpGlyph9.bmp
  1297. ImageFile3=Blue\HelpGlyph.bmp
  1298. ImageFile4=Blue\HelpGlyph19.bmp
  1299. ImageFile5=Blue\HelpGlyph23.bmp
  1300. MinDpi1=96
  1301. MinDpi2=126
  1302. MinDpi3=170
  1303.  
  1304.  
  1305. ;The Titlebar icon, next to the window title
  1306. [Window.SysButton]
  1307. OffsetType = TopLeft
  1308. Offset = 10, 3
  1309.  
  1310. ;Close button for palette windows
  1311. [Window.SmallCloseButton]
  1312. BgType = ImageFile
  1313. SizingMargins = 5, 5, 5, 5
  1314. ContentMargins = 0, 0, 0, 0
  1315. sizingType = Stretch
  1316. ImageFile = Blue\SmallCloseButton.bmp
  1317. GlyphType   = ImageGlyph
  1318. GlyphImageFile = Blue\SmallCloseGlyph.bmp
  1319. GlyphTransparent = True
  1320. ImageCount = 8
  1321. ImageLayout = Vertical
  1322. OffsetType = TopRight
  1323. Offset = -16, 3
  1324. FillColorHint = 228 93 61; Close box average color (brick red)
  1325. BorderColorHint = 255 255 255; Edge color (white)
  1326.  
  1327. ;Close button for a maximized MDI window
  1328. [Window.MDICloseButton]
  1329. BgType = ImageFile
  1330. sizingType = stretch
  1331. ImageFile = Blue\MDICaptionButton.bmp
  1332. ImageCount=4
  1333. ImageLayout = Vertical
  1334. SizingMargins = 4, 4, 4, 4
  1335. ContentMargins = 0, 0, 0, 0
  1336. OffsetType = TopRight
  1337. Offset = -19, 1
  1338. GlyphType   = ImageGlyph
  1339. GlyphImageFile = Blue\MDIGlyphClose.bmp
  1340. GlyphTransparent= true
  1341. FillColorHint = 241 239 229; Average background color (beige)
  1342. BorderColorHint = 255 255 255; Edge color (white)
  1343.  
  1344. ;Restore button for a maximized MDI window
  1345. [Window.MDIRestoreButton]
  1346. BgType = ImageFile
  1347. sizingType = stretch
  1348. ImageFile = Blue\MDICaptionButton.bmp
  1349. ImageCount=4
  1350. ImageLayout = Vertical
  1351. SizingMargins = 4, 4, 4, 4
  1352. ContentMargins = 0, 0, 0, 0
  1353. OffsetType = TopRight
  1354. Offset = -37, 1
  1355. GlyphType   = ImageGlyph
  1356. GlyphImageFile = Blue\MDIGlyphRestore.bmp
  1357. GlyphTransparent= true
  1358. FillColorHint = 241 239 229; Average background color (beige)
  1359. BorderColorHint = 255 255 255; Edge color (white)
  1360.  
  1361.  
  1362. ;Minimize button for a maximized MDI window
  1363. [Window.MDIMinButton]
  1364. BgType = ImageFile
  1365. sizingType = stretch
  1366. ImageFile = Blue\MDICaptionButton.bmp
  1367. ImageCount=4
  1368. ImageLayout = Vertical
  1369. SizingMargins = 4, 4, 4, 4
  1370. ContentMargins = 0, 0, 0, 0
  1371. OffsetType = TopRight
  1372. Offset = -53, 1
  1373. GlyphType   = ImageGlyph
  1374. GlyphImageFile = Blue\MDIGlyphMinimize.bmp
  1375. GlyphTransparent= true
  1376. FillColorHint = 241 239 229; Average background color (beige)
  1377. BorderColorHint = 255 255 255; Edge color (white)
  1378.  
  1379. ;-------------- Start Panel -------------------
  1380. [StartPanel]
  1381. bgtype = none
  1382. DefaultPaneSize = 0, 0, 380, 440
  1383.  
  1384. [StartPanel.UserPane]
  1385. UserPicture         = True
  1386. ImageLayout         = Horizontal
  1387. TextColor           = 255 255 255
  1388. Font                = Franklin Gothic Medium, 20
  1389. DefaultPaneSize     = 0, 0, 380, 64
  1390. BgType              = Imagefile
  1391. Transparent         = True
  1392. ImageFile = Blue\StartUserPanel.bmp
  1393. Imagecount          = 1
  1394. SizingMargins       = 59, 60, 62, 0
  1395. sizingType          = Stretch
  1396. TEXTSHADOWOFFSET= 2, 2
  1397. textshadowcolor     = 9 66 139
  1398. TextShadowType      = continuous
  1399. FillColorHint = 31 113 216; Average background (blue)
  1400.  
  1401.  
  1402. [StartPanel.UserPicture]
  1403. BgType = ImageFile
  1404. ImageFile = Blue\UserTileBackground.bmp
  1405. Imagecount = 1
  1406. SizingType = Stretch
  1407. SizingMargins = 6, 10, 6, 10
  1408. ContentMargins = 8, 6, 8, 6
  1409. Transparent = true
  1410. FillColorHint = 204 214 235; Average Background (light blue grey)
  1411.  
  1412.  
  1413. [StartPanel.ProgList]
  1414. DefaultPaneSize = 0, 0, 190, 306
  1415. ContentMargins  = 6 4 9 5
  1416. TextColor   = 55 55 56 
  1417. HotTracking = 48 112 208
  1418. CaptionText = 128 128 128
  1419. BgType  = ImageFile
  1420. SizingType  = Stretch
  1421. SizingMargins   = 2, 153, 3, 0
  1422. sizingType = Stretch
  1423. ImageFile = Blue\StartPanelMFUBackground.bmp
  1424. imagecount  = 1
  1425. FillColorHint = 204 214 235; Average Background (light blue grey)
  1426.  
  1427.  
  1428. [StartPanel.ProgListSeparator]
  1429. BgType = ImageFile
  1430. SizingType = TrueSize
  1431. ImageFile = Blue\StartProgramsSeparator.bmp
  1432.  
  1433. [StartPanel.MorePrograms]
  1434. DefaultPaneSize = 0, 0, 190, 30
  1435. TextColor           = 55 55 56
  1436. HotTracking         = 48 112 208
  1437. Font                = Tahoma, 12, Bold
  1438. BgType              = ImageFile
  1439. SizingType          = Stretch
  1440. SizingMargins       = 3, 0, 0, 1
  1441.  
  1442. ;  left and right contentmargins should match proglist
  1443. ContentMargins  = 8, 8, 0, 6
  1444. ImageFile = Blue\StartPanelMoreProgBackGround.BMP
  1445. imagecount  = 1
  1446. sizingType = Stretch
  1447.  
  1448. [StartPanel.MoreProgramsArrow]
  1449. BgType  = ImageFile
  1450. SizingType  = TrueSize
  1451. ImageFile = Blue\StartPanelMoreProgArrow.bmp
  1452. ImageCount  = 1
  1453. FillColorHint = 108 207 108; Average color (green)
  1454.  
  1455. [StartPanel.MoreProgramsArrow(hot)]
  1456. BgType  = ImageFile
  1457. SizingType  = TrueSize
  1458. ImageFile = Blue\StartPanelMoreProgArrowHot.bmp
  1459. ImageCount  = 1
  1460. FillColorHint = 107 239 107; Average color (bright green)
  1461.  
  1462.  
  1463. [StartPanel.PlacesList]
  1464. DefaultPaneSize = 0, 0, 190, 336
  1465. ContentMargins  = 4 6 9 5
  1466. TextColor           = 10 36 106
  1467. HotTracking         = 80 150 248
  1468. BgType              = imageFile
  1469. ImageFile = Blue\StartPanelPlacesBackground.bmp
  1470. imagecount = 1
  1471. SizingMargins = 172, 7, 3, 1
  1472. sizingType = Stretch
  1473. FillColorHint = 211 229 250; Background color (light blue)
  1474.  
  1475. [StartPanel.PlacesListSeparator]
  1476. BgType = ImageFile
  1477. SizingType = TrueSize
  1478. ImageFile = Blue\StartPlacesSeparator.bmp
  1479.  
  1480. [StartPanel.Logoff]
  1481. ContentMargins =  0, 0, 4, 2
  1482. DefaultPaneSize = 0, 0, 380, 40
  1483. TextColor   = 255 255 255
  1484. HotTracking = 255 255 255
  1485. bgType = imagefile
  1486. ImageFile = Blue\StartPanelLogoffBackground.bmp
  1487. imagecount = 1
  1488. sizingMargins = 49, 47, 0, 38
  1489. sizingType = Stretch
  1490. FillColorHint = 37 119 223; Background color (lblue)
  1491.  
  1492. ;; note that if you want transparent LogoffButtons they MUST be 32 bit
  1493. ;; images with an alphachanel, not 8 or 24 bit images with a TransparentColor
  1494. [StartPanel.LogoffButtons]
  1495. BgType  = ImageFile
  1496. Transparent = True
  1497. SizingType  = TrueSize
  1498. ImageFile = Blue\StartPanelLogoffButtons.bmp
  1499. ImageCount  = 1
  1500.  
  1501. [StartPanel.LogoffButtons(hot)]
  1502. BgType  = ImageFile
  1503. Transparent = True
  1504. SizingType  = TrueSize
  1505. ImageFile = Blue\StartPanelLogoffButtonsHot.bmp
  1506. ImageCount  = 1
  1507.  
  1508.  
  1509. ;-------------- Taskbar specific --------------
  1510. [Start::Button]
  1511. BgType  = ImageFile
  1512. SizingType  = Stretch
  1513. SizingMargins   = 6, 52, 13, 14
  1514. ContentMargins  = 10, 24, 2, 4
  1515. ImageFile = Blue\StartButton.bmp
  1516. ImageCount  = 3
  1517. ImageLayout = Vertical
  1518. Transparent = True
  1519. Font= Franklin Gothic Medium, 20, italic
  1520. TextColor   = 255 255 255
  1521. TEXTSHADOWOFFSET= 2, 2
  1522. textshadowcolor = 69 76 16
  1523. TextShadowType  = continuous
  1524. FillColorHint = 74 153 73; Average color (green)
  1525.  
  1526. [StartMenu::MenuBand]
  1527. TextColor   = 0 0 0
  1528.  
  1529. [StartMenu::MenuBand(Hot)]
  1530. TextColor   = 255 255 255
  1531.  
  1532. [StartMenu::MenuBand.NewAppButton]
  1533. BgType  = ImageFile
  1534. SizingType  = Stretch
  1535. SizingMargins   = 6, 1, 0, 0
  1536. ContentMargins  = 10, 0, 3, 0
  1537. ImageFile = Blue\StartGroupNewAppButton.bmp
  1538. ImageCount  = 1
  1539. Transparent    = True
  1540. TransparentColor= 255 0 0
  1541. FillcolorHint = 254 234 182; Background newly installed app color (light orange)
  1542.  
  1543. [StartMenu::MenuBand.Seperator]
  1544. BgType  = ImageFile
  1545. SizingType  = Stretch
  1546. SizingMargins   = 6, 1, 3, 0
  1547. ContentMargins  = 10, 0, 3, 0
  1548. ImageFile = Blue\StartGroupSeperator.bmp
  1549. ImageCount  = 1
  1550. Transparent    = True
  1551. TransparentColor= 255 0 0
  1552. FillColorHint = 211 211 200; Separator color (grey)
  1553.  
  1554. [StartMenu::Toolbar]
  1555. BgType  = ImageFile
  1556. ImageFile = Blue\StartGroupBackground.bmp
  1557. SizingType    = Stretch
  1558. SizingMargins    = 6, 5, 3, 4
  1559. ContentMargins    = 0, 0, 0, 0
  1560. Font= Tahoma, 12
  1561. TextColor   = 0 0 0
  1562. FillColorHint = 255 255 255; Background of More Programs menu (white)
  1563. AccentColorHint = 48 127 229; Left edge of More Programs menu (blue)
  1564.  
  1565.  
  1566. [StartMenu::Toolbar(Hot)]
  1567. TextColor   = 255 255 255
  1568.  
  1569. [StartMenu::Toolbar.Button]
  1570. BgType  = ImageFile
  1571. SizingType  = Stretch
  1572. SizingMargins   = 6, 1, 0, 0
  1573. ContentMargins  = 10, 0, 3, 0
  1574. ImageFile = Blue\StartGroupToolbarButton.bmp
  1575. ImageCount  = 3
  1576. ImageLayout    = vertical
  1577. Transparent    = True
  1578. TransparentColor= 255 0 0
  1579. FillColorHint = 22 101 203; Rollover of item on More Programs menu (blue)
  1580.  
  1581.  
  1582. [TaskBar::Toolbar]
  1583. BgType  = None
  1584. Font= Tahoma, 12
  1585. TextColor   = 255 255 255
  1586.  
  1587. [TaskBar::Toolbar.Button]
  1588. BgType  = ImageFile
  1589. SizingType  = Stretch
  1590. SizingMargins   = 8, 3, 18, 8
  1591. ContentMargins  = 0, 0, 4, 4
  1592. ImageFile = Blue\TaskBandButtonNoEdge.bmp
  1593. ImageCount  = 6
  1594. ImageLayout = vertical
  1595. Transparent = True
  1596. FillColorHint = 53 122 238; Average background color (blue)
  1597.  
  1598. [TaskBar::Toolbar.DropdownButton]
  1599. BgType  = ImageFile
  1600.  
  1601. SizingType  = Stretch
  1602. SizingMargins   = 8, 3, 18, 8
  1603. ContentMargins  = 2, 0, 4, 4
  1604. ImageFile = Blue\TaskBandButtonNoEdge.bmp
  1605. ImageCount  = 6
  1606. ImageLayout = vertical
  1607. Transparent = True
  1608. FillColorHint = 53 122 238; Average background color (blue)
  1609.  
  1610. [TaskBarVert::Toolbar]
  1611. BgType  = None
  1612. Font= Tahoma, 12
  1613. TextColor   = 255 255 255
  1614.  
  1615. [TaskBarVert::Toolbar.Button]
  1616. BgType  = ImageFile
  1617. SizingType  = Stretch
  1618. SizingMargins   = 15, 5, 6, 4
  1619. ContentMargins  = 1, 1, 1, 1
  1620. ImageFile = Blue\TaskBandButtonNoEdgeVertical.bmp
  1621. ImageCount  = 6
  1622. ImageLayout = vertical
  1623. Transparent = True
  1624. FillColorHint = 53 122 238; Average background color (blue)
  1625.  
  1626. [TaskBarVert::Toolbar.DropdownButton]
  1627. BgType  = ImageFile
  1628. SizingType  = Stretch
  1629. SizingMargins   = 15, 5, 6, 4
  1630. ContentMargins  = 1, 1, 1, 1
  1631. ImageFile = Blue\TaskBandButtonNoEdgeVertical.bmp
  1632. ImageCount  = 6
  1633. ImageLayout = vertical
  1634. Transparent = True
  1635. FillColorHint = 53 122 238; ; Average background color (blue)
  1636.  
  1637. [TaskBar::Rebar]
  1638. BgType  = None
  1639. Font= Tahoma, 12
  1640. TextColor   = 123 182 232
  1641.  
  1642. [TaskBar::Rebar.Band]
  1643. BgType  = None
  1644.  
  1645. [TaskBar::Rebar.Gripper]
  1646. BgType  = ImageFile
  1647. SizingType  = Tile
  1648. SizingMargins   = 0, 0, 6, 4
  1649. ContentMargins  = 2, 1, 0, 0
  1650. ImageFile = Blue\TaskbarGripper.bmp
  1651. ImageCount  = 1
  1652. Transparent = True
  1653. TransparentColor= 255 0 255
  1654. FillColorHint = 6 45 159; Gripper dot color (dark purple)
  1655.  
  1656. [TaskBar::Rebar.GripperVert]
  1657. BgType  = ImageFile
  1658. SizingType  = Tile
  1659. SizingMargins   = 4, 6, 0, 0
  1660. ContentMargins  = 0, 0, 2, 1
  1661. ImageFile = Blue\TaskbarGripperVertical.bmp
  1662. ImageCount  = 1
  1663. Transparent = True
  1664. TransparentColor= 255 0 255
  1665. FillColorHint = 6 45 159; Gripper dot color (dark purple)
  1666.  
  1667. [TaskBar::Rebar.Chevron]
  1668. BgType  = ImageFile
  1669. SizingType  = Stretch
  1670. SizingMargins   = 8, 3, 18, 8
  1671. ContentMargins  = 0, 0, 0, 10
  1672. ImageFile = Blue\TaskBandButtonNoEdge.bmp
  1673. ImageCount  = 6
  1674. ImageLayout = vertical
  1675. Transparent = True
  1676. GlyphType   = ImageGlyph
  1677. GlyphImageFile = Blue\TaskbarChevron.bmp
  1678. GlyphTransparent= true
  1679. VAlign = Top
  1680. FillColorHint = 6 45 159; Overflow glyph color (baby blue)
  1681.  
  1682. [TaskBar::Rebar.ChevronVert]
  1683. BgType  = ImageFile
  1684. SizingType  = Stretch
  1685. SizingMargins   = 15, 5, 6, 4
  1686. ContentMargins  = 0, 0, 0, 0
  1687. ImageFile = Blue\TaskBandButtonNoEdgeVertical.bmp
  1688. ImageCount  = 6
  1689. ImageLayout = vertical
  1690. Transparent = True
  1691. GlyphType   = ImageGlyph
  1692. GlyphImageFile = Blue\TaskbarChevronVert.bmp
  1693. GlyphTransparent= true
  1694. FillColorHint = 6 45 159; Overflow glyph color (baby blue)
  1695.  
  1696. [TaskBar.BackgroundBottom]
  1697. BgType  = ImageFile
  1698. SizingType  = Tile
  1699. SizingMargins   = 0, 0, 15, 11
  1700. ImageFile = Blue\TaskbarBackground.bmp
  1701. ImageCount  = 1
  1702. FillColorHint = 36 94 220; Average background color (blue)
  1703.  
  1704. [TaskBar.SizingBarBottom]
  1705. BgType  = ImageFile
  1706. SizingType  = Tile
  1707. ImageFile = Blue\TaskbarSizingBarBottom.bmp
  1708. ImageCount  = 1
  1709. FillColorHint = 50 128 231; Average color (blue)
  1710.  
  1711. [TaskBar.BackgroundLeft]
  1712. BgType  = ImageFile
  1713. SizingType  = Tile
  1714. SizingMargins   = 15, 11, 0, 0
  1715. ImageFile = Blue\TaskbarBackgroundVertical.bmp
  1716. ImageCount  = 1
  1717. FillColorHint = 36 94 220; Average background color (blue)
  1718.  
  1719. [TaskBar.SizingBarLeft]
  1720. BgType  = ImageFile
  1721. SizingType  = Tile
  1722. ImageFile = Blue\TaskbarSizingBarLeft.bmp
  1723. ImageCount  = 1
  1724. FillColorHint = 50 128 231; Average color (blue)
  1725.  
  1726. [TaskBar.BackgroundTop]
  1727. BgType  = ImageFile
  1728. SizingType  = Tile
  1729. SizingMargins   = 0, 0, 15, 11
  1730. ImageFile = Blue\TaskbarBackground.bmp
  1731. ImageCount  = 1
  1732. FillColorHint = 36 94 220; Average background color (blue)
  1733.  
  1734. [TaskBar.SizingBarTop]
  1735. BgType  = ImageFile
  1736. SizingType  = Tile
  1737. ImageFile = Blue\TaskbarSizingBarTop.bmp
  1738. ImageCount  = 1
  1739. FillColorHint = 50 128 231; Average color (blue)
  1740.  
  1741. [TaskBar.BackgroundRight]
  1742. BgType  = ImageFile
  1743. SizingType  = Tile
  1744. SizingMargins   = 11, 13, 0, 0
  1745. ImageFile = Blue\TaskbarBackgroundVertical.bmp
  1746. ImageCount  = 1
  1747. FillColorHint = 36 94 220; Average background color (blue)
  1748.  
  1749. [TaskBar.SizingBarRight]
  1750. BgType  = ImageFile
  1751. SizingType  = Stretch
  1752. ImageFile = Blue\TaskbarSizingBarRight.bmp
  1753. ImageCount  = 1
  1754. FillColorHint = 50 128 231; Average color (blue)
  1755.  
  1756. ;-------------- Taskband specific --------------
  1757. [TaskBand.FlashButton]
  1758. BgType  = ImageFile
  1759. SizingType  = Stretch
  1760. SizingMargins   = 4, 4, 4, 4
  1761. ContentMargins  = 0, 0, 4, 4
  1762. ImageFile = Blue\TaskBandFlashButton.bmp
  1763. ImageCount  = 1
  1764. ImageLayout = vertical
  1765. Transparent = True
  1766. FillColorHint = 56 130 234; Average background color (blue)
  1767. AccentColorHint = 255 192 91; Attention hilite color (orange)
  1768.  
  1769. [TaskBand.FlashButtonGroupMenu]
  1770. BgType  = ImageFile
  1771. SizingType  = Stretch
  1772. SizingMargins   = 4, 4, 4, 4
  1773. ContentMargins  = 0, 0, 4, 4
  1774. ImageFile = Blue\TaskBandFlashButtonGroupMenu.bmp
  1775. ImageCount  = 1
  1776. Transparent = True
  1777. FillColorHint = 56 130 234; Average background color (blue)
  1778. AccentColorHint = 255 192 91; Attention hilite color (orange)
  1779.  
  1780. [TaskBand.GroupCount]
  1781. Font= Tahoma, 12, Bold
  1782. TextColor   = 255 204 109
  1783.  
  1784. [TaskBand::Toolbar]
  1785. BgType  = None
  1786. Font= Tahoma, 12
  1787. TextColor   = 255 255 255
  1788.  
  1789. [TaskBand::Toolbar.Button]
  1790. BgType  = ImageFile
  1791. SizingType  = Stretch
  1792. SizingMargins   = 17, 5, 15, 8
  1793. ContentMargins  = 0, 4, 4, 4
  1794. ImageFile = Blue\TaskBandButton.bmp
  1795. ImageCount  = 6
  1796. ImageLayout = vertical
  1797. Transparent = True
  1798. FillColorHint = 54 127 239
  1799.  
  1800. [TaskBand::Toolbar.DropdownButton]
  1801. BgType  = ImageFile
  1802. SizingType  = Stretch
  1803. SizingMargins   = 17, 5, 15, 8
  1804. ContentMargins  = 0, 4, 4, 4
  1805. ImageFile = Blue\TaskBandButton.bmp
  1806. ImageCount  = 6
  1807. ImageLayout = vertical
  1808. Transparent = True
  1809. FillColorHint = 54 127 239; Average background color (blue)
  1810.  
  1811. [TaskBandVert::Toolbar]
  1812. BgType  = None
  1813. Font= Tahoma, 12
  1814. TextColor   = 255 255 255
  1815.  
  1816. [TaskBandVert::Toolbar.Button]
  1817. BgType  = ImageFile
  1818. SizingType  = Stretch
  1819. SizingMargins   = 16, 7, 12, 6
  1820. ContentMargins  = 0, 4, 4, 4
  1821. ImageFile = Blue\TaskBandButtonVertical.bmp
  1822. ImageCount  = 6
  1823. ImageLayout = vertical
  1824. Transparent = True
  1825. FillColorHint = 54 127 239; Average background color (blue)
  1826.  
  1827. [TaskBandVert::Toolbar.DropdownButton]
  1828. BgType  = ImageFile
  1829. SizingType  = Stretch
  1830. SizingMargins   = 16, 7, 12, 6
  1831. ContentMargins  = 0, 4, 4, 4
  1832. ImageFile = Blue\TaskBandButtonVertical.bmp
  1833. ImageCount  = 6
  1834. ImageLayout = vertical
  1835. Transparent = True
  1836. FillColorHint = 54 127 239; Average background color (blue)
  1837.  
  1838. [TaskBand::ScrollBar.ArrowBtn]
  1839. BgType  = ImageFile
  1840. SizingMargins = 5, 5, 5, 5
  1841. ContentMargins = 0, 0, 0, 0
  1842. SizingType = Stretch
  1843. ImageFile = Blue\TaskbandScrollArrows.bmp
  1844. ImageCount = 16
  1845. ImageLayout = Vertical
  1846. GlyphType   = ImageGlyph
  1847. GlyphImageFile = Blue\TaskBandScrollArrowGlyphs.bmp
  1848. GlyphTransparent = True
  1849. FillColorHint = 25 66 205; Average background color (dark blue)
  1850.  
  1851. [TaskBand::Scrollbar.ThumbBtnHorz]
  1852. BgType  = ImageFile
  1853. SizingMargins = 5, 5, 5, 5
  1854. ContentMargins = 4, 4, 0, 0
  1855. ImageFile = Blue\TaskBandScrollThumbHorizontal.bmp
  1856. ImageCount  = 4
  1857. ImageLayout = Vertical
  1858. FillColorHint = 25 66 205; Average background color (dark blue)
  1859.  
  1860. ;A visual element in the middle of the scrollbar thumb
  1861. [TaskBand::Scrollbar.GripperHorz]
  1862. BgType  = ImageFile
  1863. SizingType  = TrueSize
  1864. ImageFile = Blue\TaskBandScrollThumbGripperHorizontal.BMP
  1865. imagelayout = vertical
  1866. Transparent = True
  1867. ImageCount  = 4
  1868. FillColorHint = 44 96 226; Thumb gripper lighter color (blue)
  1869.  
  1870.  
  1871. ; Scrollbar Thumb (vertical)
  1872. [TaskBand::Scrollbar.ThumbBtnVert]
  1873. BgType  = ImageFile
  1874. SizingMargins = 5, 5, 5, 5
  1875. ContentMargins = 0, 0, 4, 4
  1876. ImageFile = Blue\TaskBandScrollThumbVertical.bmp
  1877. ImageCount  = 4
  1878. ImageLayout = vertical
  1879. FillColorHint = 25 66 205; Average background color (dark blue)
  1880.  
  1881. ;A visual element in the middle of the scrollbar thumb
  1882. [TaskBand::Scrollbar.GripperVert]
  1883. BgType  = ImageFile
  1884. SizingType  = TrueSize
  1885. ImageFile = Blue\TaskBandScrollThumbGripperVertical.BMP
  1886. ImageCount  = 4
  1887. Transparent = True
  1888. ImageLayout = Vertical
  1889. FillColorHint = 44 96 226; Thumb gripper lighter color (blue)
  1890.  
  1891.  
  1892. ; Scrollbar Tracks (horizontal)
  1893. [TaskBand::Scrollbar.LowerTrackHorz]
  1894. BgType  = imagefile
  1895. ImageFile = Blue\TaskBandScrollShaftHorizontal.bmp
  1896. SizingMargins = 0, 0, 1, 1
  1897. ImageCount = 4
  1898. ImageLayout = Vertical
  1899. FillColorHint = 37 90 225; Average background color (blue)
  1900.  
  1901.  
  1902. [TaskBand::Scrollbar.UpperTrackHorz]
  1903. BgType  = imagefile
  1904. ImageFile = Blue\TaskBandScrollShaftHorizontal.bmp
  1905. SizingMargins = 0, 0, 1, 1
  1906. ImageCount = 4
  1907. ImageLayout = Vertical
  1908. FillColorHint = 37 90 225; Average background color (blue)
  1909.  
  1910.  
  1911. ; Scrollbar Tracks (vertical)
  1912. [TaskBand::Scrollbar.LowerTrackVert]
  1913. BgType  = imagefile
  1914. ImageFile = Blue\TaskBandScrollShaftVertical.bmp
  1915. SizingMargins = 1, 1, 0, 0
  1916. ImageCount = 4
  1917. ImageLayout = Vertical
  1918. FillColorHint = 37 90 225; Average background color (blue)
  1919.  
  1920.  
  1921. [TaskBand::Scrollbar.UpperTrackVert]
  1922. BgType  = imagefile
  1923. ImageFile = Blue\TaskBandScrollShaftVertical.bmp
  1924. SizingMargins = 1, 1, 0, 0
  1925. ImageCount = 4
  1926. ImageLayout = Vertical
  1927. FillColorHint = 37 90 225; Average background color (blue)
  1928.  
  1929. ;-------------- Taskband Group Menu specific --------------
  1930. [TaskBandGroupMenu::Toolbar]
  1931. BgType  = ImageFile
  1932. ImageFile = Blue\TaskBandBackground.bmp
  1933. SizingType    = Tile
  1934. SizingMargins    = 3, 3, 3, 3
  1935. ContentMargins    = 9, 0, 0, 0
  1936. Font= Tahoma, 12
  1937. TextColor   = 255 255 255
  1938. FillColorHint = 33 87 213; Average background color (blue)
  1939. AccentColorHint = 255 199 60; Menu top hilite color (orange)
  1940.  
  1941.  
  1942. [TaskBandGroupMenu::Toolbar.Button]
  1943. BgType  = ImageFile
  1944. SizingType  = stretch
  1945. SizingMargins   = 3, 3, 0, 0
  1946. ContentMargins  = 9, 0, 3, 3
  1947. ImageFile = Blue\TaskBandHover.bmp
  1948. ImageCount  = 3
  1949. ImageLayout    = vertical
  1950. Transparent    = True
  1951. AccentColorHint = 79 150 255; Rollover hilite color (blue)
  1952.  
  1953. ;-------------- Tray Notify specific --------------
  1954. [TrayNotify::Toolbar]
  1955. BgType  = None
  1956.  
  1957. [TrayNotify::Toolbar.Button]
  1958. BgType  = None
  1959.  
  1960. [TrayNotifyHoriz::TrayNotify.Background]
  1961. BgType  = ImageFile
  1962. SizingType  = Stretch
  1963. SizingMargins   = 34, 10, 12, 12
  1964. ContentMargins  = 19, 7, 0, 0
  1965. ImageFile = Blue\TaskbarTray.bmp
  1966. ImageCount  = 1
  1967. Transparent = True
  1968. TransparentColor= 255 0 0
  1969. FillColorHint = 13 141 234; Average background color (blue)
  1970.  
  1971. [TrayNotifyHoriz::Button]
  1972. BgType  = ImageFile
  1973. SizingType  = TrueSize
  1974. ImageFile = Blue\TrayChevronHorizontal.bmp
  1975. ImageCount  = 3
  1976. Imagelayout = vertical
  1977. FillColorHint = 56 173 243; Average background color (blue)
  1978.  
  1979. [TrayNotifyHorizOpen::Button]
  1980. BgType  = ImageFile
  1981. SizingType  = TrueSize
  1982. ImageFile = Blue\TrayChevronHorizontalOpen.bmp
  1983. ImageCount  = 3
  1984. Imagelayout = vertical
  1985. FillColorHint = 56 173 243; Average background color (blue)
  1986.  
  1987. [TrayNotifyVert::TrayNotify.Background]
  1988. BgType  = ImageFile
  1989. SizingType  = Stretch
  1990. SizingMargins   = 12, 12, 34, 10
  1991. ContentMargins  = 0, 0, 19, 7
  1992. ImageFile = Blue\TaskbarTrayVertical.bmp
  1993. ImageCount  = 1
  1994. Transparent = True
  1995. TransparentColor= 255 0 0
  1996. FillColorHint = 13 141 234; Average background color (blue)
  1997.  
  1998. [TrayNotifyVert::Button]
  1999. BgType  = ImageFile
  2000. SizingType  = TrueSize
  2001. Transparent = True
  2002. ImageFile = Blue\TrayChevronHorizontal.bmp
  2003. ImageCount  = 3
  2004. Imagelayout = vertical
  2005. FillColorHint = 56 173 243; Average background color (blue)
  2006.  
  2007.  
  2008. [TrayNotifyVertOpen::Button]
  2009. BgType  = ImageFile
  2010. SizingType  = TrueSize
  2011. Transparent = True
  2012. ImageFile = Blue\TrayChevronHorizontalOpen.bmp
  2013. ImageCount  = 3
  2014. Imagelayout = vertical
  2015. FillColorHint = 56 173 243; Average background color (blue)
  2016.  
  2017.  
  2018. [TrayNotify::Clock]
  2019. Font= Tahoma, 12
  2020. TextColor   = 255 255 255
  2021.  
  2022. ;-------------- Application-specific ------------------------
  2023.  
  2024.  
  2025. ;----------- places bar --------------------------------
  2026. ;The places toolbar in the fileopen/save dialog.
  2027. [Placesbar::Toolbar]
  2028. SizingMargins = 4, 4, 4, 4
  2029. ContentMargins = 0, 0, 0, 0
  2030. ImageFile = Blue\PlaceBarBackground.bmp
  2031. bgtype = imagefile
  2032. imageCount = 1
  2033. sizingType = tile
  2034. FillColorHint = 249 248 243; Background color (light beige)
  2035.  
  2036. [Placesbar::Toolbar.Button]
  2037. SizingMargins = 4, 4, 4, 4
  2038. ContentMargins = 0, 0, 4, 2
  2039. ImageFile = Blue\PlaceBarButtons.bmp
  2040. bgtype = imagefile
  2041. imagelayout = vertical
  2042. imageCount = 6
  2043. sizingType = stretch
  2044. transparent = true
  2045. FillColorHint = 255 255 255; Selected color (white)
  2046. BorderColorHint = 122 152 175; Outline color (blue grey)
  2047.  
  2048. ;----------- Explorer (IE) bar --------------------------------
  2049. [ExplorerBar]
  2050. BgType  = BorderFill
  2051. FillType= VertGradient
  2052. GradientRatio1  = 0
  2053. GradientColor1  = 140 170 230
  2054. GradientRatio2  = 255
  2055. GradientColor2  = 100 135 220
  2056. BorderSize  = 0
  2057. ContentMargins  = 12, 12, 12, 12
  2058.  
  2059. [ExplorerBar.HeaderBackground]; Not used in IE 6
  2060. BgType  = ImageFile
  2061. SizingType  = Stretch
  2062. ImageFile = Blue\ExplorerBarHeaderBackground.bmp
  2063. SizingMargins   = 202, 1, 0, 0
  2064. Font= Tahoma, 12, Bold
  2065. TextColor   = 255 255 255
  2066. ContentMargins  = 8, 8, 7, 7
  2067. FillColorHint = 94 135 217; Mid color of gradient (blue)
  2068.  
  2069. [ExplorerBar.HeaderClose]; Not used in IE 6
  2070. BgType  = ImageFile
  2071. SizingType  = TrueSize
  2072. ImageLayout = Vertical
  2073. ImageFile = Blue\ExplorerBarHeaderClose.bmp
  2074. ImageCount  = 3
  2075. Transparent = true
  2076. OffsetType  = TopRight
  2077. Offset  = -4, 4
  2078. FillColorHint = 138 168 229; Close box normal state (blue)
  2079. AccentColorHint = 255 121 95; Close box rollover (brick red)
  2080.  
  2081. [ExplorerBar.HeaderPin]; Not used in IE 6
  2082. BgType  = ImageFile
  2083. SizingType  = TrueSize
  2084. ImageLayout = Vertical
  2085. ImageFile = Blue\ExplorerBarHeaderPin.bmp
  2086. ImageCount  = 6
  2087. Transparent = true
  2088. OffsetType  = TopRight
  2089. Offset  = -6, 4
  2090. FillColorHint = 189 206 239; Average pin color (blue grey)
  2091.  
  2092. [ExplorerBar.IEBarMenu]; Not used in IE 6
  2093. BgType  = ImageFile
  2094. SizingType  = TrueSize
  2095. ImageLayout = Vertical
  2096. ImageFile = Blue\IE_PersonalBarMenu.bmp
  2097. ImageCount  = 3
  2098. Transparent = true
  2099. OffsetType  = TopRight
  2100. Offset  = -3, 1
  2101. FillColorHint = 236 240 249; Average button background color (light grey blue)
  2102. BorderColorHint = 165 187 228; Border of button (blue grey)
  2103.  
  2104. [ExplorerBar.NormalGroupBackground]
  2105. BgType  = ImageFile
  2106. FillColor = 214 223 247
  2107. BorderColor = 255 255 255
  2108. SizingType  = Stretch
  2109. ImageFile = Blue\NormalGroupBackground.bmp
  2110. SizingMargins   = 3, 3, 3, 3
  2111. Font= Tahoma, 12
  2112. TextColor   = 38 92 192
  2113. ContentMargins  = 8, 8, 7, 7
  2114.  
  2115. [ExplorerBar.NormalGroupCollapse]
  2116. BgType  = ImageFile
  2117. SizingType  = TrueSize
  2118. ImageLayout = Vertical
  2119. ImageFile = Blue\NormalGroupCollapse.bmp
  2120. ImageCount  = 3
  2121. Transparent = true
  2122. OffsetType  = TopRight
  2123. Offset  = -3, 1
  2124. FillColorHint = 236 240 249; Average button background color (light grey blue)
  2125. BorderColorHint = 165 187 228; Border of button (blue grey)
  2126.  
  2127. [ExplorerBar.NormalGroupExpand]
  2128. BgType  = ImageFile
  2129. SizingType  = TrueSize
  2130. ImageLayout = Vertical
  2131. ImageFile = Blue\NormalGroupExpand.bmp
  2132. ImageCount  = 3
  2133. Transparent = true
  2134. OffsetType  = TopRight
  2135. Offset  = -3, 1
  2136. FillColorHint = 236 240 249; Average button background color (light grey blue)
  2137. BorderColorHint = 165 187 228; Border of button (blue grey)
  2138.  
  2139. [ExplorerBar.NormalGroupHead]
  2140. BgType  = ImageFile
  2141. SizingType  = Stretch
  2142. ImageFile = Blue\NormalGroupHead.bmp
  2143. SizingMargins   = 3, 106, 3, 1
  2144. Transparent = true
  2145. Font= Tahoma, 12, Bold
  2146. TextColor   = 33 93 198
  2147. ContentMargins  = 8, 8, 7, 7
  2148. FillColorHint = 240 243 251; Lighter side of gradient (very light blue)
  2149.  
  2150. [ExplorerBar.SpecialGroupBackground]
  2151. BgType  = ImageFile
  2152. SizingType  = Stretch
  2153. ImageFile = Blue\SpecialGroupBackground.bmp
  2154. SizingMargins   = 3, 3, 3, 3
  2155. Font= Tahoma, 12
  2156. TextColor   = 38 92 192
  2157. ContentMargins  = 8, 8, 7, 7
  2158. FillColorHint = 239 243 255; Background color (very light blue)
  2159.  
  2160. [ExplorerBar.SpecialGroupCollapse]
  2161. BgType  = ImageFile
  2162. SizingType  = TrueSize
  2163. ImageLayout = Vertical
  2164. ImageFile = Blue\SpecialGroupCollapse.bmp
  2165. ImageCount  = 3
  2166. Transparent = true
  2167. OffsetType  = TopRight
  2168. Offset  = -3, 1
  2169. FillColorHint = 36 89 195; Average background color (dark blue)
  2170. BorderColorHint = 70 114 205; Edge color (dark blue)
  2171.  
  2172.  
  2173. [ExplorerBar.SpecialGroupExpand]
  2174. BgType  = ImageFile
  2175. SizingType  = TrueSize
  2176. ImageLayout = Vertical
  2177. ImageFile = Blue\SpecialGroupExpand.bmp
  2178. ImageCount  = 3
  2179. Transparent = true
  2180. OffsetType  = TopRight
  2181. Offset  = -3, 1
  2182. FillColorHint = 36 89 195; Average background color (dark blue)
  2183. BorderColorHint = 70 114 205; Edge color (dark blue)
  2184.  
  2185.  
  2186. [ExplorerBar.SpecialGroupHead]
  2187. BgType  = ImageFile
  2188. SizingType  = Stretch
  2189. ImageFile = Blue\SpecialGroupHead.bmp
  2190. SizingMargins   = 3, 106, 3, 1
  2191. Transparent = true
  2192. Font= Tahoma, 12, Bold
  2193. TextColor   = 255 255 255
  2194. FillColor = 2 72 178
  2195. ContentMargins  = 8, 8, 7, 7
  2196.  
  2197. [ExplorerBar::Rebar]; Not used in IE6
  2198. bgtype  = imagefile
  2199. sizingtype  = stretch
  2200. ImageFile = Blue\ExplorerBarToolbarBackground.bmp
  2201. sizingmargins   = 0, 0, 0, 4
  2202. Font= Tahoma, 12
  2203. TextColor   = 127 124 115
  2204. FillColorHint = 243 247 253; (very light blue)
  2205.  
  2206. [ExplorerBar::Rebar.Band]; Not used in IE6
  2207. bgtype  = none
  2208. ContentMargins    = 2, 0, 0, 0
  2209.  
  2210. [ExplorerBar::Rebar.Gripper]; Not used in IE6
  2211. bgtype = imagefile
  2212. SizingMargins   = 0, 0, 6, 4
  2213. ContentMargins  = 3, 0, 0, 0
  2214. ImageFile = Blue\Gripper.bmp
  2215. sizingType  = Tile
  2216. Transparent = true
  2217. TransparentColor= 255 0 0
  2218. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  2219.  
  2220. [ExplorerBar::Rebar.GripperVert]; Not used in IE6
  2221. bgtype  = imagefile
  2222. SizingMargins   = 9, 8, 0, 0
  2223. ImageFile = Blue\GripperVert.bmp
  2224. sizingType  = Tile
  2225. Transparent = true
  2226. TransparentColor= 255 0 0
  2227. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  2228.  
  2229. [ExplorerBar::Rebar.Chevron]; Not used in IE6
  2230. SizingMargins   = 4, 4, 4, 4
  2231. ContentMargins  = 0, 0, 0, 0
  2232. ImageFile = Blue\ExplorerBarToolbarButtons.bmp
  2233. bgtype  = imagefile
  2234. imagelayout = vertical
  2235. imageCount  = 6
  2236. sizingType  = Stretch
  2237. Transparent = true
  2238. GlyphType   = ImageGlyph
  2239. GlyphImageFile = Blue\Chevron.bmp
  2240. GlyphTransparent= true
  2241. VAlign  = Top
  2242. FillColorHint = 0 0 0; Glyph color (black)
  2243.  
  2244. [ExplorerBar::Rebar.ChevronVert]; Not used in IE6
  2245. SizingMargins   = 4, 4, 4, 4
  2246. ContentMargins  = 0, 0, 0, 0
  2247. ImageFile = Blue\ExplorerBarToolbarButtons.bmp
  2248. bgtype  = imagefile
  2249. imagelayout = vertical
  2250. imageCount  = 6
  2251. sizingType  = Stretch
  2252. Transparent = true
  2253. GlyphType   = ImageGlyph
  2254. GlyphImageFile = Blue\Chevron.bmp
  2255. GlyphTransparent= true
  2256. VAlign  = Top
  2257. FillColorHint = 0 0 0; Glyph color (black)
  2258.  
  2259. [ExplorerBar::Toolbar.Button]; Not used in IE6
  2260. SizingMargins   = 4, 4, 4, 4
  2261. ContentMargins  = 0, 0, 0, 0
  2262. ImageFile = Blue\ExplorerBarToolbarButtons.bmp
  2263. bgtype  = imagefile
  2264. imagelayout = vertical
  2265. imageCount  = 6
  2266. sizingType  = Stretch
  2267. Transparent = true
  2268. TransparentColor= 255 0 255
  2269. FillColorHint = 238 243 248; Average fill color (light blue grey)
  2270. BorderColorHint = 168 191 234; Edge color (grey blue)
  2271.  
  2272. [ExplorerBar::Toolbar.DropdownButton]; Not used in IE6
  2273. SizingMargins   = 4, 4, 4, 4
  2274. ContentMargins  = 0, 0, 0, 0
  2275. ImageFile = Blue\ExplorerBarToolbarButtons.bmp
  2276. bgtype  = imagefile
  2277. imagelayout = vertical
  2278. imageCount  = 6
  2279. sizingType  = Stretch
  2280. Transparent = true
  2281. TransparentColor= 255 0 255
  2282. FillColorHint = 238 243 248; Average fill color (light blue grey)
  2283. BorderColorHint = 168 191 234; Edge color (grey blue)
  2284.  
  2285. [ExplorerBar::Toolbar.SplitButton]; Not used in IE6
  2286. SizingMargins   = 4, 2, 4, 4
  2287. ImageFile = Blue\ExplorerBarToolbarButtonsSplit.bmp
  2288. bgtype  = imagefile
  2289. imagelayout = vertical
  2290. imageCount  = 6
  2291. sizingType  = Stretch
  2292. Transparent = true
  2293. TransparentColor= 255 0 255
  2294. FillColorHint = 238 243 248; Average fill color (light blue grey)
  2295. BorderColorHint = 168 191 234; Edge color (grey blue)
  2296.  
  2297. [ExplorerBar::Toolbar.SplitButtonDropdown]; Not used in IE6
  2298. SizingMargins   = 2, 4, 4, 4
  2299. ImageFile = Blue\ExplorerBarToolbarButtonsSplitDropdown.bmp
  2300. bgtype  = imagefile
  2301. imagelayout = vertical
  2302. imageCount  = 6
  2303. sizingType  = Stretch
  2304. Transparent = true
  2305. TransparentColor= 255 0 255
  2306. GlyphType   = ImageGlyph
  2307. GlyphImageFile = Blue\ToolbarButtonsSplitDropdownGlyph.bmp
  2308. GlyphTransparent= true
  2309. FillColorHint = 238 243 248; Average fill color (light blue grey)
  2310. BorderColorHint = 168 191 234; Edge color (grey blue)
  2311.  
  2312. [ExplorerBar::Toolbar.Separator]; Not used in IE6
  2313. SizingMargins   = 5, 2, 2, 1
  2314. ImageFile = Blue\Separator.bmp
  2315. bgtype  = imagefile
  2316. imageCount  = 1
  2317. sizingType  = tile
  2318. Transparent = true
  2319. TransparentColor= 255 0 0
  2320. FillColorHint = 202 198 175; Separator line color (dark beige)
  2321.  
  2322. [ExplorerBar::Toolbar.SeparatorVert]; Not used in IE6
  2323. SizingMargins   = 2, 1, 5, 1
  2324. ImageFile = Blue\SeparatorVert.bmp
  2325. bgtype  = imagefile
  2326. imageCount  = 1
  2327. sizingType  = tile
  2328. Transparent = true
  2329. TransparentColor= 255 0 0
  2330. FillColorHint = 202 198 175; Separator line color (dark beige)